lcTIN_InterLine Home

Finds intersections of specified line with edges of TIN triangles. Intersection points can be retrieved by subsequent call of function lcTIN_InterGetPoint

 BOOL lcTIN_InterLine (
   HANDLE hTIN,
   double X1,
   double Y1,
   double X2,
   double Y2
 );

Parameters
hTIN
  Handle to a TIN object.
X1 Y1
  Line start point.
X2 Y2
  Line end point.

Return Value

  Number of found intersection points.

See Also

  Code sample